home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 September / PCWorld_2007-09_cd.bin / domacnost a kancelar / clocx / ClocXfull.exe / Presets / Rainbow.ini < prev    next >
INI File  |  2004-10-23  |  2KB  |  45 lines

  1. ;all colors are in BGR format (hexadecimal or number)
  2. [Settings]
  3. ;CutColor=0xAC6C1C       ;cut window by this color (default red)
  4.             ;not used with PNG in Win2k/XP
  5. DisableAMPM=1           ;force AM/PM indicator disabled (default 0)
  6. AMPMColor=0x787878    ;color of AM/PM indicator
  7. AMPMFont=Times New Roman
  8. AMPMFontSize=10         ;size of AM/PM font
  9. AMPMCenterX=61
  10. AMPMCenterY=88
  11.  
  12. DisableDate=1
  13. DateColor=0xD0D0D0
  14. DateFont=Futura Md BT
  15. DateFontSize=11
  16. DateCenterX=80
  17. DateCenterY=73
  18.  
  19. HourColor=0xFF0000      ;color of hour hand
  20. HourLength=54           ;length of hour hand
  21. HourLap=0               ;overlap of hour hand
  22. HourWidth=5             ;width of hour hand
  23.  
  24. MinuteColor=0x00FF00    ;color of minute hand
  25. MinuteLength=73         ;length of minute hand
  26. MinuteLap=0             ;overlap of minute hand
  27. MinuteWidth=4           ;width of minute hand
  28.  
  29. SecondColor=0x0000FF    ;color of second hand
  30. SecondLength=77        ;length of second hand
  31. SecondLap=0             ;overlap of second hand
  32. SecondWidth=3           ;width of second hand
  33.  
  34. 'CenterX=80             ;center point's X (default image_width / 2)
  35. 'CenterY=80             ;center point's Y (default image_height / 2)
  36.  
  37. ;load hour hand image from PNG file
  38. ;HourPNG=hand2.hpng
  39. ;HourPNGCenterDist=24   ;distance from center of PNG image to point that should be in center of clock
  40. ;load minute hand image from PNG file:
  41. ;MinutePNG=hand2.hpng
  42. ;MinutePNGCenterDist=24
  43. ;load second hand image from PNG file:
  44. ;SecondPNG=hand2.hpng
  45. ;SecondPNGCenterDist=24